home *** CD-ROM | disk | FTP | other *** search
/ Software USA: Back to School / Software USA: Back to School.iso / pc / children / decoder / run / decoder.exe / decoder.dxr / script_11.ls < prev    next >
Encoding:
Text File  |  1996-11-19  |  156 b   |  13 lines

  1. global aaa
  2.  
  3. on exitFrame
  4.   set aaa to [:]
  5.   pausep()
  6. end
  7.  
  8. on keyDown
  9.   addProp(aaa, the key, charToNum(the key))
  10.   put charToNum(the key)
  11.   put the key
  12. end
  13.